home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / research / external / sharelib / make_callext_demo < prev    next >
Encoding:
Text File  |  1997-07-08  |  272 b   |  14 lines

  1. #!/bin/sh
  2. #
  3. #    $Id: make_callext_demo,v 1.4 1997/01/30 00:37:24 kirk Exp $
  4. #
  5. # PURPOSE:
  6. #
  7. #  This is used for backward compatibility with the old call_external()
  8. #  examples.
  9. echo "This command is obsolete. To build the demos, just enter the make command."
  10. exec make $*
  11.  
  12.  
  13.  
  14.